Welcome![Sign In][Sign Up]
Location:
Search - socket qt

Search list

[Internet-Networkthesocket

Description: 关于linux下基于QT界面socket编程的简单实例 -based on the QT socket programming interface simple example
Platform: | Size: 3072 | Author: 郭建川 | Hits:

[Linux-Unixplaymotionpic

Description: qt 的例子,用于动态显示图象-qt example for the dynamic display images
Platform: | Size: 151552 | Author: 张三 | Hits:

[Internet-Networksend

Description: Qt中的网络编程的收数据的客户端,大家参考参考!-Qt Network Programming admission data client, your information!
Platform: | Size: 4096 | Author: 黄黎明 | Hits:

[Internet-Networkclient

Description: 基于linux平台,用C++编写的QT程序,基于socket的客户端-Linux-based platform, using C++ Prepared QT procedures, based on the client socket
Platform: | Size: 202752 | Author: 张珍珍 | Hits:

[Embeded LinuxAOS

Description: this program is a Auto Ordering System which is used in the Embedded-based System. this system use socket-communication(TCP) to communicate server - accountDB system -this program is a Auto Ordering System which is used in the Embedded-based System. this system use socket-communication(TCP) to communicate server- accountDB system
Platform: | Size: 3400704 | Author: Henrty | Hits:

[Technology Managementqt-qtopia

Description: 一套qt+qtopia快速入门并上手的资料,看完这些资料我用了三周搞出了一个600k的界面软软,很实用。-Qt+ qtopia a quick-to-use data entry
Platform: | Size: 3336192 | Author: 梁小刚 | Hits:

[SCM2-server

Description: 传感器模块 远程监控模块 socket模块等-Sensor Module Remote Monitoring Module socket module
Platform: | Size: 227328 | Author: xuying | Hits:

[Embeded-SCM Developsocket

Description: 一个建议的聊天程序,仅供新手参考-A proposed chat program, for reference purposes only novice
Platform: | Size: 675840 | Author: 高楣楹 | Hits:

[Embeded-SCM Developsocket

Description: 一个建议的聊天程序,仅供新手参考哦-A proposed chat program, for reference purposes only novice
Platform: | Size: 569344 | Author: 高楣楹 | Hits:

[Internet-Networkchat_source

Description: 用QT4库写的 基于C/S结构. 其实在linux用套接字写网络部分更方便不过,但最近在学习QT/network部分,所以练手写的一个.-Written using QT4 libraries based on C/S structure. In fact, part of the linux network using a socket to write more convenient, however, but a recent study QT/network part, so as a practicing handwriting.
Platform: | Size: 8192 | Author: 袁和平 | Hits:

[Othermysocket

Description: 用Qt实现Socket通信,比如两个计算机之间的聊天,这是一个服务器端,将两个服务器端装在不同的机器上面,就可以通信了-Socket Communications to achieve with Qt, such as a chat between two computers, a server-side, two server-side mounted on top of different machines, you can communicate the
Platform: | Size: 453632 | Author: 看看 | Hits:

[Linux-UnixLam_qt

Description: 本软件采用Linux系统,以QT为开发语言,在实现了基本通信功能的基础之上,继续将软件进行交叉编译,并将其成功移植到ARM9开发板上。本软件没有服务器,只有单一的客户端,软件启动时通过使用UDP协议向255.255.255.255这个广播地址发送一个经过编码的广播包建立在线用户列表;本软件可以在XP系统、Ubuntu系统和ARM9开发板运行,使用了Tcp/Udp、Socket等技术;软件实现了基本的修改用户名、一对一聊天和文件的传输功能。 -The software deliberately adopted a Linux system to QT for the development of language, in the realization of the basic communication function basis, continue to cross-compile the software and successfully transplanted to the ARM9 development board. This software is not the server, only a single client, the software starts by using the UDP protocol to send to the broadcast address 255.255.255.255 that an encoded broadcast packets to establish a list of online users This software can be XP system, Ubuntu system and ARM9 development board run, using the Tcp/Udp, Socket and other technology software changes the basic user name, one to one chat and file transfer capabilities.
Platform: | Size: 140288 | Author: stone | Hits:

[Linux-Unixqtsocket

Description: qt socket通信,服务器端为虚拟机里的linux系统的C++程序,客户端为开发板上的qt 代码,实现socket通信,以及将接受到的数据,显示在屏幕上-qt socket communications, server-side virtual machine inside linux system, C++ program, the client code for the development board qt achieve socket communication, and to receive the data displayed on the screen
Platform: | Size: 31744 | Author: sophia | Hits:

[Streaming Mpeg4socket

Description: 一个简单的通信工具,没事闲着就写的,希望对大家有帮助-A simple communication tool, nothing idle to write, we want to help
Platform: | Size: 174080 | Author: jige | Hits:

[Internet-NetworkGHCommonNetDll

Description: 偶从大学开始维护至今的好东西。这个高度封装的轻量级网络库实现了基于异步Socket的C/S模式通信环境。本库经过4个现实项目的考验,用于轻量级的应用,不先进、不高深,但是讲究实用,开发小型C/S架构程序比ACE\Socket\QT都快。 主要特点: 1、已经为传送大文件做了优化。自动拆分、拼合,如果配合上内存映射文件,可以传送超过内存容量的数据(32位指针)。 2、集成了接受者-伴随处理者模型,收到的数据包传递到独立的线程回调用户的处理函数。 3、提供了C++封装,只需重载服务器类、客户端类的方法即可实现收发。 4、提供了C封装,简单调用方法实现发送 已经在范例中实现了C/S程序的框架,服务采用C接口演示,客户用C++接口演示,收发程序合二为一。 编译器支持 VC2005 ~ VC 2010-The highly encapsulated lightweight network based on Asynchronous Socket library implementation in C/S mode communications environment. The reality of the library, four test items for lightweight applications. Main features: 1, has to send large files are optimized. Automatically split, put together, with the memory map if the file can be sent over the data memory (32-bit pointer). 2, the integrated receiver- with handler model, the received data packets delivered to the user separate thread callback handler. 3, provides a C++ package, just reload the server class, client class methods send and receive can be realized. 4, provides a C package, simply call the method to achieve transmit Has been achieved in the sample C/S framework of the program, service demonstration using C interfaces, the customer interfaces with C++ demo, send and receive programs combined. Compiler support for VC2005 ~ VC 2010
Platform: | Size: 129024 | Author: 流浪小狗 | Hits:

[Internet-NetworkLinux_socket

Description: linux socket编程错误分析总结-linux socket programming error analysis summary
Platform: | Size: 116736 | Author: lincong | Hits:

[Internet-Networkwangluocaiji

Description: linux qt socket网络数据采集器,通过tcp协议接受数据,显示在界面-linux qt socket tcp
Platform: | Size: 448512 | Author: 曾庆国 | Hits:

[TCP/IP stackSocketTest

Description: Connecting to a TCP socket in QT
Platform: | Size: 3072 | Author: George | Hits:

[TCP/IP stacktcpclient1

Description: socket程序tcp客户端,可以和服务器端通信-tcp client socket program, and the server can communicate
Platform: | Size: 3072 | Author: zxj | Hits:

[Internet-Networkchatroom

Description: SOCKET简单应用,实现简单聊天室的功能-SOCKET simple applications, chat rooms features simple
Platform: | Size: 35840 | Author: 沐尘 | Hits:
« 12 3 4 5 6 »

CodeBus www.codebus.net